home *** CD-ROM | disk | FTP | other *** search
-
- Sysopus V 1.0
- By Doug Crocker
-
- This program was is a rewrite of sysop11 my fido sysop program.
- It has been re-written for OPUS.
- Like SYSOP11, SYSOPUS is hereby released into the public domain
- and may be freely copied and distributed. If you have any
- problems or any suggestions for improvement please let me know
- you can contact me by fidonet mail or by leaving me a message on
- the ArcticNet 138/34 Fido/Opus bbs (phone (206) 565-9740).
-
- Note : This program requires that ANSI.SYS (or equivelent) be
- present and is redirectable using the ANSI standards.
-
- Command line switches ( Not case sensitive )
- /b will make a backup of the user.bbs
- /a will use 7 bit ascii graphics (for non IBM machines)
- /h will hide passwords (use H inside program to toggle)
- /c will clear the screen after exiting
- /0 will start record numbering with 0 instead of 1
- Each switch must be separated by a space. (EG. Sysopus /h /c)
-
- File Commands:
- R takes you directly to the record number you specify.
- D marks the record for deletion.
- B takes you to the first record.
- E takes you to the last record.
- - go back one record.
- = go forward one record.
- + go forward one record.
- S search file for a specific user's name with option to continue search.
- I add a record to file.
- O remove deleted records and/or sort the file (see sort notes below).
- X sets user as deleted and last call to 'System purge' dd mmm for records
- older the specified date
- W write name, access priv, last call, and city to text file, console, or
- printer
- H toggle hide / reveal passwords
- <ESC> exit program with option to save changes.
-
- User record Commands:
- N change user's name.
- A change user's privilege.
- L change time and date of user's last call.
- C change user's city and state.
- P change user's password.
- M change user's last message area.
- optionally changes all users.
- F change user's last file area.
- optionally changes all users.
- T zero user's time on-line for day.
- # change number of times user has called.
- K change user's download limit, with option to zero total uploads,downloads.
- $ set user's credit for sending mail, with option to zero debit.
- 1 change user's help level.
- 2 toggle 'more' on and off.
- 3 toggle tab expansion on and off.
- 4 change display width in columns.
- 5 change display length in lines.
- 6 change number of nulls to transmit after a carriage return
- 7 toggle graphics on and off.
- 8 toggle clear screen on and off.
- 9 toggle between line editor and full screen editor
-
- Sorting
-
- N Sorts by last name.
- V Sorts by privilege.
- L Sorts by last call.
- # Sorts by number by calls.
- D Sorts by amount of downloads.
- U Sorts by amount of uploads.
- R Sorts by a ratio of uploads to downloads.
-
-
- To sort by one key only select O for organize, S for sort. Enter the letter
- next to the key you want then add an 'a' for ascending sort or a 'd' for
- desending sort and press the space bar.
-
- For a two key sort enter the major key then the 'a' or 'd', then enter the
- secondary key then 'a' or 'd'.
-
- For example: to sort by ascending name only enter 'na' <space>.
- to sort by descending privilege and ascending name
- enter 'vdna'.
-
- Sysopus supports all of the OPUS V1.0 user parameters.
-
- Bugs in Sysopus 0.0
- The more, graphics, and clear screen switches were not being recorded
- properly if the Sysop changed them.
-
-